Searched refs:code (Results 1 - 25 of 48) sorted by relevance

12

/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/
H A DAndroid.mk9 # Always include the Generic code
/hardware/qcom/display/msm8960/libqservice/
H A DIQClient.cpp60 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
62 switch(code) {
71 return BBinder::onTransact(code, data, reply, flags);
59 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIQClient.h44 virtual android::status_t onTransact( uint32_t code,
H A DIQService.h60 virtual android::status_t onTransact( uint32_t code,
H A DIQService.cpp83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
96 switch(code) {
145 return BBinder::onTransact(code, data, reply, flags);
82 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/hardware/qcom/display/msm8974/libqservice/
H A DIQClient.cpp60 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
62 switch(code) {
71 return BBinder::onTransact(code, data, reply, flags);
59 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIQClient.h44 virtual android::status_t onTransact( uint32_t code,
H A DIQService.h60 virtual android::status_t onTransact( uint32_t code,
H A DIQService.cpp83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
96 switch(code) {
145 return BBinder::onTransact(code, data, reply, flags);
82 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/hardware/qcom/display/msm8x26/libqservice/
H A DIQClient.cpp60 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
62 switch(code) {
71 return BBinder::onTransact(code, data, reply, flags);
59 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIQClient.h44 virtual android::status_t onTransact( uint32_t code,
H A DIQService.h60 virtual android::status_t onTransact( uint32_t code,
H A DIQService.cpp83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
96 switch(code) {
145 return BBinder::onTransact(code, data, reply, flags);
82 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/hardware/samsung_slsi/exynos5/include/
H A Dv4l2-subdev.h49 __u32 code; member in struct:v4l2_subdev_mbus_code_enum
56 __u32 code; member in struct:v4l2_subdev_frame_size_enum
75 __u32 code; member in struct:v4l2_subdev_frame_interval_enum
H A Dv4l2-mediabus.h94 __u32 code; member in struct:v4l2_mbus_framefmt
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dv4l2-subdev.h44 * @format: media bus format (format code and frame size)
70 * @code: format code (from enum v4l2_mbus_pixelcode)
75 __u32 code; member in struct:v4l2_subdev_mbus_code_enum
83 * @code: format code (from enum v4l2_mbus_pixelcode)
88 __u32 code; member in struct:v4l2_subdev_frame_size_enum
111 * @code: format code (from enum v4l2_mbus_pixelcode)
119 __u32 code; member in struct:v4l2_subdev_frame_interval_enum
[all...]
/hardware/akm/AK8975_FS/libsensors/
H A DAdxlSensor.cpp201 if (event->code == EVENT_TYPE_ACCEL_X) {
203 } else if (event->code == EVENT_TYPE_ACCEL_Y) {
205 } else if (event->code == EVENT_TYPE_ACCEL_Z) {
216 ALOGE("AdxlSensor: unknown event (type=%d, code=%d)",
217 type, event->code);
H A DAkmSensor.h63 void processEvent(int code, int value);
H A DKionixSensor.cpp179 if (event->code == EVENT_TYPE_ACCEL_X) {
181 } else if (event->code == EVENT_TYPE_ACCEL_Y) {
183 } else if (event->code == EVENT_TYPE_ACCEL_Z) {
194 ALOGE("KionixSensor: unknown event (type=%d, code=%d)",
195 type, event->code);
H A DAkmSensor.cpp209 processEvent(event->code, event->value);
232 ALOGE("AkmSensor: unknown event (type=%d, code=%d)",
233 type, event->code);
273 void AkmSensor::processEvent(int code, int value) argument
275 switch (code) {
/hardware/qcom/audio/hal/
H A DAndroid.mk11 # B-family platform uses msm8974 code base
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsaucm_test.c7 * * Redistributions of source code must retain the above copyright
66 enum ucm_cmd_id code; member in struct:cmd
187 if ((identifier == NULL) && ((cmd->code != UCM_HELP) &&
188 (cmd->code != UCM_LISTCARDS) && (cmd->code != UCM_RESET) &&
189 (cmd->code != UCM_RELOAD)))
195 switch (cmd->code) {
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Dmp4_utils.cpp6 * Redistributions of source code must retain the above copyright
75 uint32 code = 0xFFFFFFFF; local
77 code <<= 8;
78 code |= *bytePtr++;
80 if ((code & codeMask) == referenceCode) {
85 DEBUG_PRINT_LOW("Unable to find code 0x%x\n", referenceCode);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Dmp4_utils.cpp6 * Redistributions of source code must retain the above copyright
78 uint32 code = 0xFFFFFFFF; local
81 code <<= 8;
82 code |= *bytePtr++;
84 if ((code & codeMask) == referenceCode) {
89 DEBUG_PRINT_LOW("Unable to find code 0x%x\n", referenceCode);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
H A DMobiCoreDriverDaemon.h13 * 1. Redistributions of source code must retain the above copyright
129 mcResult_t code

Completed in 651 milliseconds

12