代码搜索结果
找到约 2,241 项符合
Keypad 的代码
keypad.hpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
keypad.cpp
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to th
keypad.hpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
keypad.cpp
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to th
keypad.hpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
keypad.cpp
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to th
keypad.h
/*
* linux/include/asm-arm/arch-omap/keypad.h
*
* Copyright (C) 2006 Komal Shah
*
* This program is free software; you can redistribute it and/or modify
* it under
keypad.def
LIBRARY KEYPAD
EXPORTS
KPD_Init
KPD_Deinit
KPD_Open
KPD_Close
KPD_Read
KPD_Write
KPD_Seek
KPD_IOControl
KPD_PowerUp
KPD_PowerDown
keypad.c
#include
#include
#include
#ifdef DEBUG
DBGPARAM dpCurSettings = {
_T("KEYPAD"),
{
_T("Errors"), _T("Warnings"), _T("Info"), _T(""),
keypad.java
package com.javapatterns.command.audioplayer2;
/**
* This is the Invoker role
*/
public class Keypad
{
/**
* @link aggregation
*/
private Command playCmd;
/**